home *** CD-ROM | disk | FTP | other *** search
/ Aminet 52 / Aminet 52 (2002)(GTI - Schatztruhe)[!][Dec 2002].iso / Aminet / gfx / show / swfplayer.lha / LibFlash.README < prev    next >
Text File  |  2002-08-28  |  5KB  |  176 lines

  1. INTRODUCTION
  2. ------------
  3.  
  4. Jun. 12th 2000
  5.  
  6. This the Version 0.4.10 of the Flash Library for Linux.
  7.  
  8. Flash Plugin is under GPL, see COPYING file.
  9.  
  10. Provides:
  11. - Lib contains the FlashLib sources.
  12. - Plugin contains plugin sources.
  13. - Player contains the standalone player sources.
  14. - Kflash a Flash KDE screen saver.
  15.  
  16. New features:
  17. - Bug fixes.
  18. - 24 and 32 modes supported.
  19. - Flash Library as screen saver (for xcreensaver and KDE).
  20.  
  21. To get some information on this library check out the following link :
  22. http://www.swift-tools.com/Flash
  23.  
  24. Authors:    Olivier Debon <odebon@club-internet.fr>
  25.         Fabrice Bellard <fabrice.bellard@netgem.com>
  26.  
  27. FEATURES
  28. --------
  29.  
  30. Limitations :
  31.   - The plugin and the player use XShm extensions, so remote display is not possible.
  32.   - No Flash 4 features (but no crash on Flash 4 files).
  33.  
  34. Not functional :
  35.   - No Morphing.
  36.   - No vertical anti-aliasing.
  37.  
  38. SOUND SUPPORT
  39. -------------
  40.  
  41. Limitations :
  42.   - No streamed sound supported (interleaved data).
  43.   - No sound envelop. So no fading or balancing effect.
  44.  
  45. But the main feature is here and sound can be enjoyed.
  46.  
  47. I recommend OSS drivers, but it is not required at all
  48. (http://www.opensound.com)
  49.  
  50. If you have troubles with sound put the -DNOSOUND option
  51. for compilation. Also do this for non-Linux Unix.
  52.  
  53. THE PLAYER
  54. ----------
  55.  
  56. The standalone player can simply control movie by
  57. pressing Q to quit, P to pause, C to continue and
  58. R to replay.
  59. There is also the possibility to zoom in or out
  60. and scroll using Keypad +/- and cursor keys, but
  61. it is buggy on frozen images.
  62.  
  63. THE SCREEN SAVERS
  64. -----------------
  65.  
  66. The standalone player can be run though xscreensaver. Modify
  67. your .xscreensaver file to add swfplayer:
  68. programs: swfplayer -root /home/olivier/Flash/Test/test.swf
  69. (See xscreensaver doc for more details on Xscreensaver).
  70.  
  71. For KDE, just install the kflash.kss file from the Kflash
  72. directory in /usr/bin (or where your KDE installation expects
  73. kss file to be).
  74. In your KDE start menu, select Settings->Desktop->Screensaver
  75. Choose 'Flash Movies' and click on SetUp button. You'll have
  76. to select a Flash file (take the test.swf file provided with
  77. this distribution). The fullscreen option will scale the movie
  78. to the entire screen (it can be very CPU intensive). The
  79. enable sound option will allow to play sounds, but as a screen
  80. saver mode this is not a good idea :)
  81.  
  82. BUG REPORT
  83. ----------
  84.  
  85. If Netscape crashes when it started to play a Flash file, please
  86. report the complete url where you have found the file.
  87. Do not send the actual file !
  88.  
  89. If you have rendering problem also report the url.
  90.  
  91. If the plugin does not seem to show anything or does not do what it
  92. is supposed to do, please consider that the plugin does not support
  93. all Flash 2/4 features. Anyway it tries to play it but may fail then.
  94.  
  95. COMPILATION
  96. -----------
  97.  
  98. If you use Linux just type 'make'.
  99.  
  100. Warning : the plugin compilation should not fail, but you may
  101. have problem with Netscape at startup. See INSTALLATION section
  102. for workarounds.
  103.  
  104. For other Unices like FreeBSD or Solaris you may have to change
  105. some flags. See Plugin/Makefile for hints.
  106.  
  107. INSTALLATION
  108. ------------
  109.  
  110. Once you have successfully compiled the plugin, put the file
  111. npflash.so (located in the Plugin directory) into your
  112. ~/.netscape/plugins directory or into the system-wide
  113. /opt/netscape/plugins directory (depends on where you have installed
  114. Netscape).
  115.  
  116. If Netscape already runs type 'javascript:navigator.plugins.refresh'
  117. in the Location field.
  118.  
  119.     PROBLEMS
  120.     --------
  121.  
  122. If you have problem to successfully install the plugin, please
  123. read the following hints. Otherwise, report the problem with full
  124. description of your configuration :
  125. - Distribution.
  126. - Compiler.
  127. - Libs (the output of ldconfig -p is useful).
  128. - The netscape version and the output of 'ldd netscape'.
  129.  
  130. If some symbols like _rtti or _throw are unresolved, it seems
  131. that you have egcs. Just uncomment the proper line in the main
  132. Makefile.
  133. You may then still have some unresolved symbols like __sigsetjmp.
  134. This time, add -DC6R5 in the Plugin/Makefile at the PLUGIN_DEFINES
  135. line.
  136.  
  137.     CHECKING
  138.     --------
  139.  
  140. To verify that the plugin is installed properly, type "about:plugins"
  141. in Netscape's "Location:" or "Netsite:" field.  The plugin should show
  142. up there, something like
  143.  
  144. ___________________________________________________________________________
  145.  
  146.                    Shockwave Flash
  147.  
  148.     File name: /opt/netscape/plugins/npflash.so
  149.  
  150.     Flash file player Version 0.4.10
  151.  
  152.     Shockwave is a trademark of Macromedia®
  153.  
  154.     Author: Olivier Debon
  155.  
  156.  ---------------------------------------------------------------------------------
  157. |     Mime Type                  |     Description   |  Suffixes   |    Enabled   |
  158. |--------------------------------+-------------------+-------------+--------------|
  159. |   application/futuresplash     |     Flash Plugin  |    spl      |     Yes      |
  160. | application/x-shockwave-flash  |                   |    swf      |     Yes      |
  161.  ---------------------------------------------------------------------------------
  162.  
  163. ___________________________________________________________________________
  164.  
  165.  
  166. If it shows up, but the "Enabled" column says "No", you need to
  167. configure the Flash plugin as a helper application.  Go to
  168. Edit/Preferences/Navigator/Applications, and add it as follows:
  169.  
  170. Description: Flash Plugin
  171. MIME Type: application/x-shockwave-flash
  172. Suffixes: swf
  173. Handled By: Plug In (select "Shockwave Flash")
  174.  
  175. ------
  176.